Skip to content

feat: upgrade MiniMax default model to M3#3737

Open
octo-patch wants to merge 1 commit into
chatboxai:mainfrom
octo-patch:feature/upgrade-minimax-m3
Open

feat: upgrade MiniMax default model to M3#3737
octo-patch wants to merge 1 commit into
chatboxai:mainfrom
octo-patch:feature/upgrade-minimax-m3

Conversation

@octo-patch

Copy link
Copy Markdown

Summary

Upgrade MiniMax model configuration to include the latest M3 model as the new default, while keeping M2.7 as a fallback.

Changes

  • Add MiniMax-M3 to the model selection list and set it as the new default (first entry)
  • Add MiniMax-M2.7 and MiniMax-M2.7-highspeed as available alternatives
  • Remove deprecated older versions (MiniMax-M2.5 / MiniMax-M2.5-highspeed / MiniMax-M2.1 / MiniMax-M2.1-highspeed / MiniMax-M2) from the list

Why

MiniMax-M3 is the new flagship model from MiniMax, with 512K context window, 128K max output, and image input support, available through both OpenAI-compatible and Anthropic-compatible interfaces. Keeping MiniMax-M2.7 and MiniMax-M2.7-highspeed ensures users with workflows still pinned to the previous generation can keep using them.

Testing

  • Manually verified the new model ID MiniMax-M3 resolves through the existing OpenAI-compatible adapter against https://api.minimax.io/v1
  • No tests reference the previous model IDs, so no test updates are needed

- Add MiniMax-M3 as the new default model
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed as available fallbacks
- Remove deprecated older versions (M2.5 / M2.5-highspeed / M2.1 / M2.1-highspeed / M2) from the list
@coderabbitai

coderabbitai Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 5deb5e82-a45a-48db-8225-a32dc77b8bf3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@themez

themez commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

please include this agreement in your pr description and check it

### Contributor Agreement

By submitting this Pull Request, I confirm that I have read and agree to the following terms:

- I agree to contribute all code submitted in this PR to the open-source community edition licensed under GPLv3 and the proprietary official edition without compensation.
- I grant the official edition development team the rights to freely use, modify, and distribute this code, including for commercial purposes.
- I confirm that this code is my original work, or I have obtained the appropriate authorization from the copyright holder to submit this code under these terms.
- I understand that the submitted code will be publicly released under the GPLv3 license, and may also be used in the proprietary official edition.

**Please check the box below to confirm:**

[ ] I have read and agree with the above statement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants